home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 September / Enter 09 2006.iso / Internet / SpamExperts Home 1.1 / SpamExperts Home.exe / lib / spamexperts.modules / persistent / __init__.pyc (.txt) next >
Encoding:
Python Compiled Bytecode  |  2006-07-14  |  856 b   |  21 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Provide access to Persistent and PersistentMapping.
  5.  
  6. $Id: __init__.py 25186 2004-06-02 15:07:33Z jim $
  7. '''
  8. from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY
  9. from cPickleCache import PickleCache
  10. from cPersistence import simple_new
  11. import copy_reg
  12. copy_reg.constructor(simple_new)
  13.  
  14. try:
  15.     from zope.interface import classImplements
  16. except ImportError:
  17.     pass
  18.  
  19. from persistent.interfaces import IPersistent
  20. classImplements(Persistent, IPersistent)
  21.